home *** CD-ROM | disk | FTP | other *** search
/ Maximum CD 2012 February / maximum-cd-2012-02.iso / DiscContents / TheWagerSetup1.2.exe / Assets / Scripts / [17].lua < prev    next >
Encoding:
Text File  |  2011-02-27  |  555 b   |  18 lines

  1. -- Script [17]
  2. Starting = 1;
  3. SeaEvent = 0;
  4.  
  5. ShowStoryText("After an uneventful initial survey of the island, you and your crew suddenly hear a thundering noise from all around and then with horror realise that a nearby volcano is about to erupt. It all happens so quickly, the lava and ash spreading down the side of the mountain with surprising speed.");
  6.  
  7. SetStartingEvent(ScriptID, false);
  8.  
  9. if InInventory("{8}") then
  10.  
  11.   AddChoice("Use the Climbing Tools to escape!", "[31]");
  12.  
  13. else
  14.  
  15.   AddChoice("It's already too late!", "[32]");
  16.  
  17. end
  18.